From b259638d806a5facd028595a0614f6e4face4ed9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 6 Mar 2012 23:43:14 -0800 Subject: [PATCH] lispref/markers.texi small change * doc/lispref/markers.texi (Overview of Markers): Reword garbage collection, add cross-ref. --- doc/lispref/ChangeLog | 1 + doc/lispref/markers.texi | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 404cfb907c0..c3773e5f371 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -2,6 +2,7 @@ * markers.texi (The Region): Briefly mention use-empty-active-region and region-active-p. + (Overview of Markers): Reword garbage collection, add cross-ref. 2012-03-07 Chong Yidong diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 689d5d3bb1f..b199dba979a 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -58,6 +58,8 @@ with @code{insert-before-markers} (@pxref{Insertion}). relocate them if necessary. This slows processing in a buffer with a large number of markers. For this reason, it is a good idea to make a marker point nowhere if you are sure you don't need it any more. +Markers that can no longer be accessed are eventually removed +(@pxref{Garbage Collection}). @cindex markers as numbers Because it is common to perform arithmetic operations on a marker -- 2.30.2